home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / mail / AM119bin.lha / sendm < prev    next >
AmigaDOS Script File  |  1992-12-06  |  412b  |  18 lines

  1. .key mailfile/a,username
  2. .bra {
  3. .ket }
  4. .dot ~
  5.  
  6. IF exists "{mailfile}"
  7.     IF "{username}" EQ ""
  8.         uucp:c/sendmail <{mailfile}
  9.     ELSE
  10.         echo  >t:sendm{$$} "From {username} (ARCHIVE)"
  11.         type >>t:sendm{$$} {mailfile}
  12. ;       choose one of the following two lines!
  13. ;        uucp:c/lmail <t:sendm{$$} {username} markread markold
  14.         uucp:c/lmail <t:sendm{$$} {username}
  15.         uucp:c/sendmail <{mailfile} -f "{username}"
  16.     ENDIF
  17. ENDIF
  18.